Package-level declarations

Types

Link copied to clipboard
class QPEnteredVSignEvent(val signals: List<VSign> = listOf()) : QPEvent

Event triggered when the Engine detects the user has entered a VSign

Link copied to clipboard
open class QPEvent
Link copied to clipboard
class QPLocationUpdatedEvent(val currentLocation: Location) : QPEvent

Event triggered when the Engine receives a GPS update from the system module

Link copied to clipboard
class QPNotifiedVSignEvent(val signal: VSign, val message: VSignMessage?) : QPEvent

Event triggered when a VSign has been notified to the user

Link copied to clipboard

Event triggered when the Engine detects a change in the user's activity

Link copied to clipboard
class QPVSignsFetchedEvent(val signals: List<VSign> = listOf()) : QPEvent

Event triggered when the Engine fetches the list of vSigns from the API